mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
changed preprocessor guard for windows _set_output_format call
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@11088 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
e37e06ad60
commit
394f918eac
@ -2375,7 +2375,7 @@ run_simulations(void)
|
||||
{
|
||||
char token[MAX_LENGTH];
|
||||
//#ifdef SKIP_KEEP
|
||||
#if defined(WIN32)
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1900) // removed in vs2015
|
||||
unsigned int old_exponent_format;
|
||||
old_exponent_format = _set_output_format(_TWO_DIGIT_EXPONENT);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user