I'm trying to write a fortran code for 1 phase flow in porous media. In discretized equations and other long line I have a below problem as you see in the picture. After that highlighted phrase my code become like comment. Can anyone help me?
Why lone line in fortran code in one part is highlighted and become like comment?
379 Views Asked by marjan At
1
There are 1 best solutions below
Related Questions in FORTRAN
- Writing code for River Section Coordinates in Fortran
- How to get size of array directly from Fortran to R?
- OpenMP multi-threading not working if OpenMPI set to use one or two MPI processor
- Problems with converting old Fortran code
- Why is my code crashing with "Illegal address during kernel execution" when I use subroutines to copy or deallocate members of derived type variables?
- Getting distances of points in 2D space in an array in Fortran using the concept of broadcasting (Python)
- Conflict between lexer rules in ANTLR4 for Fortran grammar
- how to automatically generate a Module from a project in Visual Studio
- I am encountering an f2py dimension error when passing numpy array to fortran
- Why is there an error with gfortran but ifort and pgf90 do not?
- Parallelize nested loop with running sum in Fortran
- Calling c++ from fortran
- Visual Studio Code Not Recognizing findent Installation for Modern Fortran Extension Despite Correct Python Interpreter and PATH Configuration
- Different floating point representations of identical 64 bit double precision numbers
- How to define a Function in Fortran
Related Questions in VISUAL-STUDIO-2019
- "Visual Studio stopped responding for 12 seconds,uninstalling extension might help" getting this message on installing VSIX and on opening the project
- VS2019 won't build .asm file even with masm.props build customization enabled?
- how to automatically generate a Module from a project in Visual Studio
- Visual Studio Conversion Properties: "set to a value for the first time, but it was already consumed" problem
- How to remove shortcut/alias to a .cpp and .h file from another project in Visual Studio 2019?
- Add connected service only adding reference.cs VS 2019 ASP.net
- Stop Moq NuGet package searching for source
- Visual Studio 2019 Python re-installation
- Viewport namespace missing from SharpDX directive, please assist
- Unable to cross-compile a simple program using MSVC 9
- SSIS Duplicate Enumerators in ForEach Loop
- HTTP Error 401.0 - Unauthorized You do not have permission to view this directory or page when running ASP.NET MVC 5 app from VS 2019 & IIS Express
- run/load VS2022 solution / projects with VS2019 gives error about MSBuild versions
- Receiving error when I try to run my ASP.NET MVC web application after I updated to Bootstrap 5.3.3
- Intellisense lists many unnecessary <Extention> methods for objects of type String?
Related Questions in INTEL-FORTRAN
- how to automatically generate a Module from a project in Visual Studio
- I'm struggling with the coarray implementation in Intel Fortran Compiler (IFX) 2024 and Visual Studio 17 (Windows 11):
- Different floating point representations of identical 64 bit double precision numbers
- How to set and access a custom pre-processor variable?
- Dynamic loader missing symbol abort trap signal in Fortran runtime
- Outout is affected for some weird silly reaons (print command as well as silly declaration of array)
- Why Intel Fortran + Intel MPI report warn(error) when using MPI_Bcast?
- why is there "WindowsSdkDir" not found warnings when I run ifort compiler from cmd prompt in visual studio
- Why is Compaq Visual Fortran (CVF) running under WinXP so much faster than gfortran or Intel ifort on Win10Pro 64?
- ifort command-line vs Visual Studio (assumed shape array)
- IFORT/IFX differences in (ENx.y) output?
- Fortan subroutine warning in Abaqus (warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators)
- Calling fortran executable file from matlab is much slower
- How do I integrate old Fortran/VS program into the new products?
- Valgrind complains reading from a file
Related Questions in FREEFORM
- Boot up in Free form mode for android O
- Freeform window animation issue while toggle to fullscreen mode in Android R
- App Launching in Corner For FreeFormWindow Support
- Is Android's freeform app multi-window mode supported on Android Automotive OS?
- python NLP parsing unstructured data
- VBA to check if object is inside or outside of freeform area
- how to determine a freeform shape is an open or closed contour?
- MicroStrategy: Creating a table from multiple count(metrics) from different datasets
- Talend Sqoop is split my free form queries into different varibale
- luis intent with free form entity handling
- Mapping freeform XML/JSON to Moxy/JAXB annotated class
- Freeform Reporting tool
- How to accès HTML data-attribute with Twig?
- How to generate freeform rdlc reports with one page per row
- Removing duplicates from dropdown using javascript
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
According to this:
You can change it on
fortran_fixed-form.tmLanguage.jsonfile or on the VS code settings.